Click or drag to resize

ServiceDisableApp Method (String, DisableReason)

Disables the application.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Response DisableApp(
	string id,
	DisableReason reason
)

Parameters

id
Type: SystemString
The identifier.
reason
Type: Independentsoft.ExchangeDisableReason
The reason.

Return Value

Type: Response
Response.
See Also